home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 API Bible / Windows 95 API Bible 3 Disc Set.iso / Win32 API Bible Book 2 of 3.iso / chapter2 / findtext.h < prev    next >
Text File  |  1995-06-30  |  308b  |  11 lines

  1. #define IDM_EXIT           100
  2. #define IDM_FIND           200
  3. #define IDM_REPLACE        201
  4. #define IDM_ABOUT          300
  5.  
  6. #define DLG_VERFIRST        400
  7. #define DLG_VERLAST         404
  8.  
  9. LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
  10. LRESULT CALLBACK About  (HWND, UINT, WPARAM, LPARAM);
  11.